//0x4 bytes (sizeof)
struct _SEGMENT_FLAGS
{
USHORT TotalNumberOfPtes4132:10; //0x0
USHORT Spare0:1; //0x0
USHORT LargePages:1; //0x0
USHORT Spare1:1; //0x0
USHORT DebugSymbolsLoaded:1; //0x0
USHORT WriteCombined:1; //0x0
USHORT NoCache:1; //0x0
UCHAR FloppyMedia:1; //0x2
UCHAR DefaultProtectionMask:5; //0x2
UCHAR Binary32:1; //0x2
UCHAR ContainsDebug:1; //0x2
UCHAR ILOnly:1; //0x3
UCHAR Spare:3; //0x3
UCHAR ImageSigningLevel:4; //0x3
};